Exercise 10 - Create Two SubSchedules
- Create a Schedule named PRIMARY SCHEDULE.
- Give it a Schedule Instance Property of:
ENV=PRODUCTION
- Create a SubSchedule named SUBSCHEDULE.
- Do NOT give it a Schedule Instance Property
- Within SUBSCHEDULE, create 5 Jobs running in dependent order with the following Command Line:
Timeout /t [[SI.TIME]]
- Within PRIMARY SCHEDULE, create a Multi-Instance Container Job:
- Assign the Container Job to SUBSCHEDULE
- Mark it as Multi-Instance
- Give the Container Job a Mon-Fri-N Frequency
- Create two Job Instance Properties
TIME=15
TIME=25
- Create a Resource with a Max Value of
1
. - Give the Container Job a Resource Dependency with Resource =
1
. - Build the Schedule.
- Verify the following in an Operations window:
- Two Container Jobs, each containing SUBSCHEDULE were built
- Take note of the fully qualified SubSchedule Names
- Verify that only one Container Job runs at a time
Enterprise Manager
Details
- Create a Schedule named PRIMARY SCHEDULE.
- Give it a Schedule Instance Property of:
ENV=PRODUCTION
- Create a SubSchedule named SUBSCHEDULE.
- Do NOT give it a Schedule Instance Property
- Within SUBSCHEDULE, create 5 Jobs running in dependent order with the following Command Line:
Timeout /t [[SI.TIME]]
- Within PRIMARY SCHEDULE, create a Multi-Instance Container Job:
- Assign the Container Job to SUBSCHEDULE
- Mark it as Multi-Instance
- Give the Container Job a Mon-Fri-N Frequency
- Create two Job Instance Properties
TIME=15
TIME=25
- Create a Resource with a Max Value of
1
. - Give the Container Job a Resource Dependency with Resource =
1
. - Build the Schedule.
- Verify the following in an Operations window:
- Two Container Jobs, each containing SUBSCHEDULE were built
- Take note of the fully qualified SubSchedule Names
- Verify that only one Container Job runs at a time